Retrieves a string suitable for transmission to the client for updating during a client callback.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Function GetCallbackResult() As String |
C# | |
---|
public override string GetCallbackResult() |
Return Value
String to send to the client to update the client.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also