IWSTrustContract.BeginRenew (Método)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As IWSTrustContract Dim message As Message Dim callback As AsyncCallback Dim asyncState As Object Dim returnValue As IAsyncResult returnValue = instance.BeginRenew(message, callback, asyncState)
Sintaxis
'Declaración
<OperationContractAttribute(AsyncPattern:=True, Name:="Renew", Action:="*", ReplyAction:="*")> _
Function BeginRenew ( _
message As Message, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[OperationContractAttribute(AsyncPattern=true, Name="Renew", Action="*", ReplyAction="*")]
IAsyncResult BeginRenew (
Message message,
AsyncCallback callback,
Object asyncState
)
[OperationContractAttribute(AsyncPattern=true, Name=L"Renew", Action=L"*", ReplyAction=L"*")]
IAsyncResult^ BeginRenew (
Message^ message,
AsyncCallback^ callback,
Object^ asyncState
)
/** @attribute OperationContractAttribute(AsyncPattern=true, Name="Renew", Action="*", ReplyAction="*") */
IAsyncResult BeginRenew (
Message message,
AsyncCallback callback,
Object asyncState
)
OperationContractAttribute(AsyncPattern=true, Name="Renew", Action="*", ReplyAction="*")
function BeginRenew (
message : Message,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parámetros
- message
- callback
- asyncState
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
IWSTrustContract (Interfaz)
IWSTrustContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)