GetCustomerImageSmall Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetCustomerImageSmall Method (customerId)
Patterns-In-Action! ApplicationImageService.ServiceImplementationsImageServiceGetCustomerImageSmall(String)
Gets small customer image
Declaration Syntax
C# Visual Basic
public Stream GetCustomerImageSmall(
	string customerId
)
Public Function GetCustomerImageSmall ( _
	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)