OfficialFileProxy.BeginSubmitFile 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 BeginSubmitFile ( _
fileToSubmit As Byte(), _
properties As RecordsRepositoryProperty(), _
recordRouting As String, _
sourceUrl As String, _
userName As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As OfficialFileProxy
Dim fileToSubmit As Byte()
Dim properties As RecordsRepositoryProperty()
Dim recordRouting As String
Dim sourceUrl As String
Dim userName As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSubmitFile(fileToSubmit, _
properties, recordRouting, sourceUrl, _
userName, callback, asyncState)
public IAsyncResult BeginSubmitFile(
byte[] fileToSubmit,
RecordsRepositoryProperty[] properties,
string recordRouting,
string sourceUrl,
string userName,
AsyncCallback callback,
Object asyncState
)
Parameters
- fileToSubmit
Type: []
- properties
Type: []
- recordRouting
Type: System.String
- sourceUrl
Type: System.String
- userName
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