Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the specified URI is the next actor.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim actor As Uri
Dim returnValue As Boolean
Dim soap1 As Soap
returnValue = soap1.IsActorNext(actor)
Syntax
'Declaration
Public Overridable Function IsActorNext( _
ByVal actor As Uri _
) As Boolean
public virtual bool IsActorNext(
Uri actor
);
public:
virtual bool IsActorNext(
Uri^ actor
);
public virtual boolean IsActorNext(
Uri actor
);
public function IsActorNext(
actor : Uri
) : Boolean;
Parameters
- actor
The URI of the next actor.
Return Value
true if the specified URI is the next actor; otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server