GetCustomerImageLarge Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomerImageLarge Method (customerId)
Patterns-In-Action! ApplicationImageService.ServiceImplementationsImageServiceGetCustomerImageLarge(String)
Gets large customer image
Declaration Syntax
C# Visual Basic
public Stream GetCustomerImageLarge(
	string customerId
)
Public Function GetCustomerImageLarge ( _
	customerId As String _
) As Stream
Parameters
customerId (String)
Customer Identifier.
Return Value
Image stream.

Assembly: ImageService (Module: ImageService) Version: 1.0.0.0 (1.0.0.0)