OfficialFileProxy.BeginGetServerInfo Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function BeginGetServerInfo ( _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As OfficialFileProxy
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetServerInfo(callback, _
asyncState)
public IAsyncResult BeginGetServerInfo(
AsyncCallback callback,
Object asyncState
)
Parameters
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace