macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

beginSessionInBackgroundWithClient:entityNames:target:selector:lastAnchors:

**

+(void)beginSessionInBackgroundWithClient:(ISyncClient *)client:
                entityNames:(NSArray *)entityNames:
                target:(id)target:
                selector:(SEL)selector:
                lastAnchors:(NSDictionary *)anchors:

解説

返り値

( void )

引数

( ISyncClient * )client
( NSArray * )entityNames
( id )target
( SEL )selector
( NSDictionary * )anchors

フレームワーク

SyncServices

クラス

ISyncSession

Class Methods

使用可能

10.5

参照

例文