OfficialFileProxy.BeginGetRecordRouting 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 BeginGetRecordRouting ( _
recordRouting As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As OfficialFileProxy
Dim recordRouting As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetRecordRouting(recordRouting, _
callback, asyncState)
public IAsyncResult BeginGetRecordRouting(
string recordRouting,
AsyncCallback callback,
Object asyncState
)
Parameters
- recordRouting
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace