Visual Basic (Declaration) | |
---|---|
Protected Overrides Function OnCallService( _ ByVal currentStreamNumber As Integer, _ ByVal state As Object _ ) As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override RasterImage OnCallService( int currentStreamNumber, object state ) |
C++/CLI | |
---|---|
protected: RasterImage OnCallService( int currentStreamNumber, Object^ state ) override |
Parameters
- currentStreamNumber
- The number of current stream to be processed.
- state
- User state information.
Return Value
AWhen this method is called the MedicalWebViewerStreamer object will call the WCF DICOMService to get the requested image if not stored in the cache.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family