| LyncPlatformLibraryAudioCallTransferTo Method |
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void TransferTo(
string destinationUri,
LyncPlatformLibraryTransferType transferType
)
Public Sub TransferTo (
destinationUri As String,
transferType As LyncPlatformLibraryTransferType
)
public:
virtual void TransferTo(
String^ destinationUri,
LyncPlatformLibraryTransferType transferType
) sealed
abstract TransferTo :
destinationUri : string *
transferType : LyncPlatformLibraryTransferType -> unit
override TransferTo :
destinationUri : string *
transferType : LyncPlatformLibraryTransferType -> unit Parameters
- destinationUri
- Type: SystemString
The destination Uri or endpoint the existing call needs to be transferred to.
Examplessomeuser@domain.com
- transferType
- Type: Inkostar.EnumsLyncPlatformLibraryTransferType
The LyncPlatformLibraryTransferType enum value which determines the type of transfer.
Implements
ILyncPlatformLibraryInteractionTransferTo(String, LyncPlatformLibraryTransferType)
See Also