GetProductImage Method (productId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GetProductImage Method (productId)
Patterns-In-Action! ApplicationImageService.ServiceImplementationsImageServiceGetProductImage(String)
Gets product image. For demo purposed, this returns always same image.
Declaration Syntax
C# Visual Basic
public Stream GetProductImage(
	string productId
)
Public Function GetProductImage ( _
	productId As String _
) As Stream
Parameters
productId (String)
Product Identifier.
Return Value
Image stream.

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