C# Класс BlackBerry.InvokeRequest

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
InvokeRequest ( ) : System

Приватные методы

Метод Описание
InvokeRequest ( IntPtr hndl ) : System
navigator_invoke_invocation_create ( IntPtr &hndl ) : int
navigator_invoke_invocation_destroy ( IntPtr hndl ) : int
navigator_invoke_invocation_get_action ( IntPtr hndl ) : string
navigator_invoke_invocation_get_type ( IntPtr hndl ) : string
navigator_invoke_invocation_send ( IntPtr hndl ) : int
navigator_invoke_invocation_set_action ( IntPtr hndl, string action ) : int
navigator_invoke_invocation_set_data ( IntPtr hndl, byte data ) : int
navigator_invoke_invocation_set_metadata ( IntPtr hndl, string metadata ) : int
navigator_invoke_invocation_set_source ( IntPtr hndl, string source ) : int
navigator_invoke_invocation_set_target ( IntPtr hndl, string target ) : int
navigator_invoke_invocation_set_type ( IntPtr hndl, string type ) : int
navigator_invoke_invocation_set_uri ( IntPtr hndl, string uri ) : int

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

InvokeRequest() публичный Метод

public InvokeRequest ( ) : System
Результат System